Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
1632 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function2015 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()