Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DExpandVectorPredication.cpp240 Value *SafeDivisor = getSafeDivisor(VPI.getType()); in expandPredicationInBinaryOperator() local
241 Op1 = Builder.CreateSelect(Mask, Op1, SafeDivisor); in expandPredicationInBinaryOperator()