Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h319 Value *simplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6545 static Value *simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function
6553 Value *llvm::simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function in llvm
6554 return ::simplifyFreezeInst(Op0, Q); in simplifyFreezeInst()
6686 return llvm::simplifyFreezeInst(NewOps[0], Q); in simplifyInstructionWithOperands()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3971 if (Value *V = simplifyFreezeInst(Op0, SQ.getWithInstruction(&I))) in visitFreeze()