Searched refs:simplifyLoadInst (Results 1 – 3 of 3) sorted by relevance
253 LLVM_ABI Value *simplifyLoadInst(LoadInst *LI, Value *PtrOp,
1063 if (Value *Res = simplifyLoadInst(&LI, Op, SQ.getWithInstruction(&LI))) in visitLoadInst()
7061 Value *llvm::simplifyLoadInst(LoadInst *LI, Value *PtrOp, in simplifyLoadInst() function in llvm7229 return simplifyLoadInst(cast<LoadInst>(I), NewOps[0], Q); in simplifyInstructionWithOperands()