Home
last modified time | relevance | path

Searched refs:simplifySelectInst (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstSimplifyFolder.h85 return simplifySelectInst(C, True, False, SQ); in FoldSelect()
H A DInstructionSimplify.h250 Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp75 static Value *simplifySelectInst(Value *, Value *, Value *,
4250 return PreventSelfSimplify(simplifySelectInst( in simplifyWithOpReplaced()
4548 static Value *simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function
4716 Value *llvm::simplifySelectInst(Value *Cond, Value *TrueVal, Value *FalseVal, in simplifySelectInst() function in llvm
4718 return ::simplifySelectInst(Cond, TrueVal, FalseVal, Q, RecursionLimit); in simplifySelectInst()
6656 return simplifySelectInst(NewOps[0], NewOps[1], NewOps[2], Q); in simplifyInstructionWithOperands()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1187 Value *V = simplifySelectInst(E->getOperand(0), E->getOperand(1), in createExpression()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3086 if (Value *V = simplifySelectInst(CondVal, TrueVal, FalseVal, in visitSelectInst()