Searched refs:getConstIntOrUndef (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1807 static bool getConstIntOrUndef(Value *Op, const APInt *&C) { in getConstIntOrUndef() function 2426 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall2() 2427 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall2() 2678 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldAMDGCNPermIntrinsic() 2679 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldAMDGCNPermIntrinsic() 2680 !getConstIntOrUndef(Operands[2], C2)) in ConstantFoldAMDGCNPermIntrinsic() 2767 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 2768 !getConstIntOrUndef(Operands[1], C1)) in ConstantFoldScalarCall3() 2799 if (!getConstIntOrUndef(Operands[0], C0) || in ConstantFoldScalarCall3() 2800 !getConstIntOrUndef(Operands[1], C1) || in ConstantFoldScalarCall3() [all …]
|