Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 2112 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 3227 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldIntrinsicCall2() 3228 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldIntrinsicCall2() 3481 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 3482 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 3483 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 3584 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3585 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 3616 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3617 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|