Home
last modified time | relevance | path

Searched defs:GetConstantInt (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBranchProbabilityInfo.cpp974 auto GetConstantInt = [](Value *V) { in calcZeroHeuristics() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp481 static ConstantInt *GetConstantInt(Value *V, const DataLayout &DL) { in GetConstantInt() function