HomeSort by relevance Sort by last modified time
    Searched defs:CallOperandVal (Results 1 - 6 of 6) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 347 Value *CallOperandVal = info.CallOperandVal;
350 if (CallOperandVal == NULL)
352 Type *type = CallOperandVal->getType();
362 if (CallOperandVal->getType()->isIntegerTy())
372 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal))
378 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal))
384 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal))
390 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal))
396 if (ConstantInt *C = dyn_cast<ConstantInt>(CallOperandVal))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 222 milliseconds