Searched refs:IsNonPtrConst (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp1053 bool IsNonPtrConst = isa<ConstantInt>(V) || isa<ConstantFP>(V) || local
1056 if (IsNonPtrConst)

Completed in 677 milliseconds