Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DInstructionSimplify.h315 Value *simplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DInstructionSimplify.cpp6254 static Value *simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function
6262 Value *llvm::simplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in simplifyFreezeInst() function in llvm
6263 return ::simplifyFreezeInst(Op0, Q); in simplifyFreezeInst()
6425 Result = llvm::simplifyFreezeInst(NewOps[0], Q); in simplifyInstructionWithOperands()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3918 if (Value *V = simplifyFreezeInst(Op0, SQ.getWithInstruction(&I))) in visitFreeze()