Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1885 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 2726 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2() 2727 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2() 2983 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 2984 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 2985 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 3091 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3092 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 3123 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3124 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|