Lines Matching refs:getConstIntOrUndef
1852 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function
2560 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2()
2561 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2()
2812 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic()
2813 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic()
2814 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic()
2920 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3()
2921 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3()
2952 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3()
2953 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3()
2954 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldScalarCall3()