Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1912 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 2786 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldIntrinsicCall2() 2787 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldIntrinsicCall2() 3058 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 3059 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 3060 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 3166 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3167 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 3198 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 3199 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|