Searched refs:getWithoutUndef (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | SimplifyQuery.h | 112 SimplifyQuery getWithoutUndef() const { in getWithoutUndef() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 246 simplifyBinOp(Opcode, B0, OtherOp, Q.getWithoutUndef(), MaxRecurse); in expandBinOp() 250 simplifyBinOp(Opcode, B1, OtherOp, Q.getWithoutUndef(), MaxRecurse); in expandBinOp() 1981 if (Value *Res = simplifyWithOpReplaced(Op1, A, B, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq() 1985 if (Value *Res = simplifyWithOpReplaced(Op1, B, A, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq() 4484 return ::simplifyWithOpReplaced(V, Op, RepOp, Q.getWithoutUndef(), in simplifyWithOpReplaced() 4625 if (simplifyWithOpReplaced(FalseVal, CmpLHS, CmpRHS, Q.getWithoutUndef(), in simplifySelectWithICmpEq() 6548 if (isICmpTrue(Pred, Op0, Op1, Q.getWithoutUndef(), RecursionLimit)) in simplifyBinaryIntrinsic() 6550 if (isICmpTrue(Pred, Op1, Op0, Q.getWithoutUndef(), RecursionLimit)) in simplifyBinaryIntrinsic()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 1143 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws() 1182 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws()
|