Searched refs:getIfConst (Results 1 – 1 of 1) sorted by relevance
100 Optional<int64_t> getIfConst(const Value *V);336 Optional<int64_t> MVEGatherScatterLowering::getIfConst(const Value *V) { in getIfConst() function in MVEGatherScatterLowering346 Optional<int64_t> Op0 = getIfConst(I->getOperand(0)); in getIfConst()347 Optional<int64_t> Op1 = getIfConst(I->getOperand(1)); in getIfConst()371 if ((Const = getIfConst(Add->getOperand(0)))) in getVarAndConst()373 else if ((Const = getIfConst(Add->getOperand(1)))) in getVarAndConst()