Searched refs:SimplifyFreezeInst (Results 1 – 3 of 3) sorted by relevance
307 Value *SimplifyFreezeInst(Value *Op, const SimplifyQuery &Q);
5997 static Value *SimplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in SimplifyFreezeInst() function6005 Value *llvm::SimplifyFreezeInst(Value *Op0, const SimplifyQuery &Q) { in SimplifyFreezeInst() function in llvm6006 return ::SimplifyFreezeInst(Op0, Q); in SimplifyFreezeInst()6212 Result = llvm::SimplifyFreezeInst(NewOps[0], Q); in simplifyInstructionWithOperands()
3619 if (Value *V = SimplifyFreezeInst(Op0, SQ.getWithInstruction(&I))) in visitFreeze()