Searched defs:GetSelectFoldableConstant (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp102 /// GetSelectFoldableConstant - For the same transformation as the previous
104 static Constant *GetSelectFoldableConstant(Instruction *I) { function
221 Constant *C = GetSelectFoldableConstant(TVI);
256 Constant *C = GetSelectFoldableConstant(FVI);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp101 static Constant *GetSelectFoldableConstant(Instruction *I) { function
245 Constant *C = GetSelectFoldableConstant(TVI);
275 Constant *C = GetSelectFoldableConstant(FVI);

Completed in 59 milliseconds