Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp17146 Value *LoLd = Builder.CreateCall(Lvx, Op0, "ld.lo"); in EmitPPCBuiltinExpr() local
17150 Op0 = IsLE ? HiLd : LoLd; in EmitPPCBuiltinExpr()
17151 Op1 = IsLE ? LoLd : HiLd; in EmitPPCBuiltinExpr()