Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp1113 unsigned FCmpCodeR = getFCmpCode(PredR); in foldLogicOfFCmps() local
1114 unsigned NewPred = IsAnd ? FCmpCodeL & FCmpCodeR : FCmpCodeL | FCmpCodeR; in foldLogicOfFCmps()