Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h249 LLVM_ABI Value *simplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp7049 static Value *simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function
7057 Value *llvm::simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function in llvm
7058 return ::simplifyFreezeInst(Op0, Q); in simplifyFreezeInst()
7219 return llvm::simplifyFreezeInst(NewOps[0], Q); in simplifyInstructionWithOperands()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5049 if (Value *V = simplifyFreezeInst(Op0, SQ.getWithInstruction(&I))) in visitFreeze()