Lines Matching refs:getConstIntOrUndef
1889 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function
2613 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2()
2614 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2()
2867 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic()
2868 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic()
2869 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic()
2975 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3()
2976 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3()
3007 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3()
3008 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3()
3009 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldScalarCall3()