Home
last modified time | relevance | path

Searched refs:getWithoutUndef (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DSimplifyQuery.h113 SimplifyQuery getWithoutUndef() const { in getWithoutUndef() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp204 simplifyBinOp(Opcode, B0, OtherOp, Q.getWithoutUndef(), MaxRecurse); in expandBinOp()
208 simplifyBinOp(Opcode, B1, OtherOp, Q.getWithoutUndef(), MaxRecurse); in expandBinOp()
1936 if (Value *Res = simplifyWithOpReplaced(Op1, A, B, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq()
1940 if (Value *Res = simplifyWithOpReplaced(Op1, B, A, Q.getWithoutUndef(), in simplifyAndOrWithICmpEq()
4494 return ::simplifyWithOpReplaced(V, Op, RepOp, Q.getWithoutUndef(), in simplifyWithOpReplaced()
4632 simplifyWithOpsReplaced(FalseVal, Replacements, Q.getWithoutUndef(), in simplifySelectWithEquivalence()
6574 if (isICmpTrue(Pred, Op0, Op1, Q.getWithoutUndef(), RecursionLimit)) in simplifyBinaryIntrinsic()
6576 if (isICmpTrue(Pred, Op1, Op0, Q.getWithoutUndef(), RecursionLimit)) in simplifyBinaryIntrinsic()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp1171 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws()
1210 auto SQDistributive = SQ.getWithInstruction(&I).getWithoutUndef(); in foldUsingDistributiveLaws()