OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetConstantInt
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp
316
///
GetConstantInt
- Extract ConstantInt from value, looking through IntToPtr
318
static ConstantInt *
GetConstantInt
(Value *V, const TargetData *TD) {
358
if (ConstantInt *C =
GetConstantInt
(I->getOperand(1), TD)) {
464
GetConstantInt
(ICI->getOperand(1), TD))
489
Cases.push_back(std::make_pair(
GetConstantInt
(ICI->getOperand(1), TD),
[
all
...]
/external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp
360
static ConstantInt *
GetConstantInt
(Value *V, const DataLayout &DL) {
440
(C =
GetConstantInt
(I->getOperand(1), DL)))) {
656
if (ICI->isEquality() &&
GetConstantInt
(ICI->getOperand(1), DL))
688
GetConstantInt
(ICI->getOperand(1), DL), Succ));
[
all
...]
Completed in 99 milliseconds