HomeSort by: relevance | last modified time | path
    Searched defs:hasSameValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 87 ARMConstantPoolValue::hasSameValue(ARMConstantPoolValue *ACPV) {
204 bool ARMConstantPoolConstant::hasSameValue(ARMConstantPoolValue *ACPV) {
206 return ACPC && ACPC->CVal == CVal && ARMConstantPoolValue::hasSameValue(ACPV);
244 bool ARMConstantPoolSymbol::hasSameValue(ARMConstantPoolValue *ACPV) {
246 return ACPS && ACPS->S == S && ARMConstantPoolValue::hasSameValue(ACPV);
284 bool ARMConstantPoolMBB::hasSameValue(ARMConstantPoolValue *ACPV) {
287 ARMConstantPoolValue::hasSameValue(ACPV);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
EarlyIfConversion.cpp 561 static bool hasSameValue(const MachineRegisterInfo &MRI,
620 if (hasSameValue(*MRI, TII, PI.TReg, PI.FReg)) {
649 if (hasSameValue(*MRI, TII, PI.TReg, PI.FReg)) {

Completed in 85 milliseconds