Lines Matching refs:getConstIntOrUndef
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()
3125 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldScalarCall3()