Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineCompares.cpp305 bool IsTrueForElt = !cast<ConstantInt>(C)->isZero(); in FoldCmpLoadFromIndexedGlobal() local
308 if (IsTrueForElt) { in FoldCmpLoadFromIndexedGlobal()
346 if (i < 64 && IsTrueForElt) in FoldCmpLoadFromIndexedGlobal()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp340 bool IsTrueForElt = !cast<ConstantInt>(C)->isZero(); in FoldCmpLoadFromIndexedGlobal() local
343 if (IsTrueForElt) { in FoldCmpLoadFromIndexedGlobal()
380 if (i < 64 && IsTrueForElt) in FoldCmpLoadFromIndexedGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp283 bool IsTrueForElt = !cast<ConstantInt>(C)->isZero(); in foldCmpLoadFromIndexedGlobal() local
286 if (IsTrueForElt) { in foldCmpLoadFromIndexedGlobal()
323 if (i < 64 && IsTrueForElt) in foldCmpLoadFromIndexedGlobal()