Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1889 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 2613 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2() 2614 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2() 2867 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 2868 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 2869 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 2975 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 2976 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 3007 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3008 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|