Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp481 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const { in getOrCreateResult() function in __anoncdf6c96d0311::EarlyCSE
644 Value *Op = getOrCreateResult(InVal.DefInst, Inst->getType()); in processNode()
716 InVal.DefInst == getOrCreateResult(Inst, InVal.DefInst->getType()) && in processNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp739 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const { in getOrCreateResult() function in __anon6184f90f0311::EarlyCSE
1124 Value *Op = getOrCreateResult(InVal.DefInst, Inst->getType()); in processNode()
1209 InVal.DefInst == getOrCreateResult(Inst, InVal.DefInst->getType()) && in processNode()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp809 Value *getOrCreateResult(Value *Inst, Type *ExpectedType) const { in getOrCreateResult() function in __anon3ae9eefb0311::EarlyCSE
1102 ? getOrCreateResult(Matching, Other->getType()) in getMatchingValue()
1124 Result = getOrCreateResult(Matching, Other->getType()); in getMatchingValue()