Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1852 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 2560 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2() 2561 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2() 2812 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 2813 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 2814 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 2920 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 2921 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 2952 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 2953 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|