Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1632 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function
2015 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall()
2016 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall()
2184 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall()
2185 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall()
2186 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldScalarCall()