Home
last modified time | relevance | path

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

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