Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGBuiltin.cpp3147 Value *IsNormal = in EmitBuiltinExpr() local
3151 V = Builder.CreateAnd(V, IsNormal, "and"); in EmitBuiltinExpr()
3212 Value *IsNormal = in EmitBuiltinExpr() local
3216 Builder.CreateSelect(IsNormal, EmitScalarExpr(E->getArg(2)), in EmitBuiltinExpr()