Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOCtxProfLowering.cpp257 auto *CtxAsInt = Builder.CreatePtrToInt(Context, Builder.getInt64Ty()); in lowerFunction() local
261 auto *Index = Builder.CreateAnd(CtxAsInt, Builder.getInt64(1)); in lowerFunction()
276 Builder.CreateAnd(CtxAsInt, Builder.getInt64(-2)), in lowerFunction()