Home
last modified time | relevance | path

Searched refs:getIfConst (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp101 std::optional<int64_t> getIfConst(const Value *V);
338 std::optional<int64_t> MVEGatherScatterLowering::getIfConst(const Value *V) { in getIfConst() function in MVEGatherScatterLowering
349 std::optional<int64_t> Op0 = getIfConst(I->getOperand(0)); in getIfConst()
350 std::optional<int64_t> Op1 = getIfConst(I->getOperand(1)); in getIfConst()
386 if ((Const = getIfConst(Add->getOperand(0)))) in getVarAndConst()
388 else if ((Const = getIfConst(Add->getOperand(1)))) in getVarAndConst()