Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3873 bool isTruncFree = TLI.isTruncateFree(N->getValueType(0), N0.getValueType()); in ExtendUsesToFormExtLoad() local
3903 if (!isTruncFree) in ExtendUsesToFormExtLoad()
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp5842 bool isTruncFree = TLI.isTruncateFree(N->getValueType(0), N0.getValueType()); in ExtendUsesToFormExtLoad() local
5872 if (!isTruncFree) in ExtendUsesToFormExtLoad()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp7968 bool isTruncFree = TLI.isTruncateFree(VT, N0.getValueType()); in ExtendUsesToFormExtLoad() local
7998 if (!isTruncFree) in ExtendUsesToFormExtLoad()