Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1890 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 2688 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2() 2689 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2() 2942 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 2943 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 2944 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 3050 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3051 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 3082 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3083 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|