Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DExpandLargeFpConvert.cpp499 Value *And29 = nullptr; in expandIToFP() local
503 And29 = Builder.CreateAnd(Shr, Temp2, "and29"); in expandIToFP()
506 And29 = Builder.CreateAnd( in expandIToFP()
528 Value *And29Trunc = Builder.CreateTrunc(And29, Builder.getIntNTy(128)); in expandIToFP()
537 Value *Or31 = Builder.CreateOr(And34, And29); in expandIToFP()